home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Incident.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  653 b 

  1. {
  2.     "schema": {
  3.         "IncidentID": "Long Integer NOT NULL",
  4.         "ProjectName": "Text (255) NOT NULL",
  5.         "VersionName": "Text (32) NOT NULL",
  6.         "Subject": "Text (128) NOT NULL",
  7.         "Description": "Memo/Hyperlink (255)",
  8.         "Resolution": "Memo/Hyperlink (255)",
  9.         "WorkAround": "Memo/Hyperlink (255)",
  10.         "Status": "Text (32)",
  11.         "Priority": "Text (32)",
  12.         "Category": "Text (32)",
  13.         "Severity": "Text (32)",
  14.         "IncidentName": "Text (32)",
  15.         "ProjectedTime": "Long Integer",
  16.         "ActualTime": "Long Integer",
  17.         "RequestID": "Text (128) NOT NULL",
  18.         "AssignID": "Text (128)",
  19.         "ChangeID": "Text (128) NOT NULL",
  20.         "StartDate": "DateTime NOT NULL",
  21.         "AssignDate": "DateTime",
  22.         "ChangeDate": "DateTime NOT NULL",
  23.         "ts": "Text (16) NOT NULL"
  24.     },
  25.     "data": []
  26. }